/* 加入我们 */
.job-display {
    margin: 40px auto;
    width: 80%;
}

.select {
    margin: 30px auto;
}

.edit-box {
    width: 100%;
    background: #FBFBFE;
    box-shadow: 3px 3px 4px 0px rgba(109, 110, 111, 0.2);
    border: 1px solid #FDF5F5;
    margin: 20px auto;
    padding: 0 30px 20px 30px;
}

.edit-content {
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #474748;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.detail-time {
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 20px;
    color: #474748;
}

.blue-line {
    background-color: #0092f2;
    box-shadow: 3px 3px 4px 0px rgba(109, 110, 111, 0.2);
    border: 1px solid #fdf5f5;
    width: 100%;
    height: 10px;
}

.detail-content {
    width: 98%;
    background: #FBFBFE;
    box-shadow: 3px 3px 4px 0px rgba(109, 110, 111, 0.2);
    border: 1px solid #FDF5F5;
    margin: 0 auto;
    padding: 10px 20px;
}

.first-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.first-line-words {
    display: flex;
    justify-content: center;
    align-items: first baseline;
}

.detail-join-us {
    color: #FBF9F9;
    font-size: 18px;
    font-weight: bold;
    background: #FE552F;
    border-radius: 9px;
    border: 1px solid #FDF5F5;
    padding: 8px 10px;
}

.detail-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 35px;
    color: #1e1e1e;
    margin-right: 30px;

}

.detail-wage {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #fe552f;
}

.second-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px;
    margin: 30px 0;
}

.message-box {
    background: #FBFBFE;
    box-shadow: 3px 3px 4px 0px rgba(109, 110, 111, 0.2);
    border: 1px solid #FDF5F5;
}

.recruit-register-main-header-right {
    color: #5579ed;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.screen {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 26px;
    color: #1E1E1E;
    line-height: 57px;
    margin: 30px 0;
}

/* input框 */
.search {
    display: flex;
    justify-content: center;
    align-items: center;
}



.search-job {
    width: 20%;
    border: none;
    background: #39A5FF;
    line-height: 42px;
    text-align: center;
    color: #FBF9F9;
    outline: none;
    border-radius: 0px 8px 8px 0px
}
.serach-job:focus{
    outline: none; 
}

/* 下拉框 */

.drop {
    margin: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.location-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.location {
    width: 36%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #AEB0B3;
    margin-right: 20px;
    padding: 0 10px;
}

/* form表单 */
.message-box {
    background: #FBFBFE;
    box-shadow: 3px 3px 4px 0px rgba(109, 110, 111, 0.2);
    border: 1px solid #FDF5F5;
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 100px;
}
.post {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.star {
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-msg {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #AEB0B3;
    width: 50%;
    padding-left: 10px;
    flex: auto;
}

.input-msg {
    margin-bottom: 20px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #AEB0B3;
    border-radius: 8px;
    flex: auto;
}

.textarea-msg {
    border: 1px solid #AEB0B3;
    border-radius: 8px;
    padding: 20px;
    flex: auto;
}

.submit-msg {
    margin: 20px auto;
    
}